home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / amul900.lha / Updates.89991 < prev    next >
Encoding:
Text File  |  1992-05-04  |  2.0 KB  |  59 lines

  1.  
  2.  Updates in AMUL 0.8.99:91
  3.  ------------------------
  4.  
  5. AMAN v0.610:
  6.  
  7.     * Improved reliability during resets.
  8.     * Tidied up text messages.
  9.     * Improved '-s' function & fixed bugs therein.
  10.  
  11. AMULCOM v0.8.99:91
  12.  
  13.     * AMULCom will no-longer allow "treatas verb" which causes an
  14.       infinite loop & subsequent guru when executed.
  15.     * Solved some minor problems is displaying or error locations
  16.       during processing of Lang.Txt
  17.  
  18. AMUL v0.8.99:91
  19.  
  20.     * Increased program integrity.
  21.     * Minor increase in general operation speed.
  22.     * Fixed problems in "setarr" and "setdep" actions.
  23.     * AMUL lines connected to serial ports would previously crash
  24.       when AMan sent reset signals. This problem has been resolved.
  25.     * Minor serial-driver glitches solved.
  26.     * Improved throughput on serial lines.
  27.     * Problem which caused AMan to continuously display "Invalid
  28.       Message!" when a reset was executed has been solved.
  29.     * 'Super Invisible' players now become invisible too. <Blush!>
  30.     * Modified AMUL's reaction to a Reset at various points. This
  31.       should be both more efficient and more professional looking.
  32.     * Modified the internal 'ShowFile' function.
  33.     * Improved random number generator.
  34.     * Making a player invisible looses their follower.
  35.     * New command line option: (Direct Serial Line)
  36.  
  37.         -d <baud> [<device> [<unit> [<RTS>]]]
  38.  
  39.       This is EXACTLY as per the Serial Line option ("-s") except
  40.       AMUL will *NOT* check for carrier. This option allows you to
  41.       attach a terminal to AMUL WITHOUT a modem (for example,
  42.       plugging another Amiga into yours via the RS232 port).
  43.  
  44.       <baud>   : Desired baud rate or 0 for to use existing settings
  45.       <device> : Name of the serial device    (default = serial.device)
  46.       <unit>   : Unit number of the device    (default = 0)
  47.       <RTS>    : 'Y' for RTS/CTS enabled otherwise disabled
  48.  
  49.     eg:
  50.  
  51.         run amul -d 19200 serial.device 0 N
  52.         run amul -d 4800 multiserial.device 4 Y
  53.         run amul -d 9600
  54.  
  55.     Note: When AMUL is being loaded by another task which is ALREADY
  56.     using the serial port, you MUST specify a baud rate of ZERO (0).
  57.     This tells AMUL to use existing device settings.
  58.  
  59.